RuleActionsForwardToRecipients Property |
Indicates the e-mail addresses to which messages are to be forwarded.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Mailbox> ForwardToRecipients { get; }Public ReadOnly Property ForwardToRecipients As IList(Of Mailbox)
Get
Property Value
Type:
IListMailboxThe forward to recipients.
See Also